home *** CD-ROM | disk | FTP | other *** search
- program SSClient;
-
- uses
- Forms,
- ClientMain in 'ClientMain.pas' {Form1},
- SysStatus in '..\Common\SysStatus.pas',
- CompStream in '..\Common\CompStream.pas',
- SSServer_TLB in '..\..\..\..\Program Files\Borland\Delphi 3\Imports\SSServer_TLB.pas';
-
- {$R *.RES}
-
- begin
- Application.Initialize;
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.
-